Skip to main content
POST
[Full] V3 Run Meeting Pipeline

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
raw_event
string
default:{{enriched_calendar_event}}
required

The raw calendar event data from Google Calendar API.

user_email
string
default:{{_google_email}}
required

Current user's email address.

output_variable_name
string
default:pipeline_result
required

Variable name to store pipeline result with timing breakdown.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
user_data
string
default:{{user.context}}

User profile data including optional seller_profile for personalization.

company_domains
string

Optional company domains. Auto-detected if not provided.

meeting_history
string
default:{{past_calendar_events}}

Optional past meetings for relationship analysis.

contact_research
string
default:{{contact_research_results}}

Optional pre-fetched contact research results.

meeting_sections
string

Optional pre-generated sections (skips Phase 6 LLM calls).

include_html
boolean
default:true

Generate HTML email output (Phase 7).

use_v4_sections
boolean
default:true

Generate V3 sections (situation, segues, questions, next_step) instead of V2.

settings
string
default:{}

Optional settings for trigger validation.

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action